added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBWin7TaskbarOverlayIcons / VBWin7TaskbarOverlayIcons.vbproj
blobbe5048d8bf282a9f8ef9a7160128a1c1edb97b4f
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{F5AAF91C-20D9-4B32-9BB3-62006FDAB476}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <StartupObject>VBWin7TaskbarOverlayIcons.My.MyApplication</StartupObject>
11     <RootNamespace>VBWin7TaskbarOverlayIcons</RootNamespace>
12     <AssemblyName>VBWin7TaskbarOverlayIcons</AssemblyName>
13     <FileAlignment>512</FileAlignment>
14     <MyType>WindowsForms</MyType>
15     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16     <OptionExplicit>On</OptionExplicit>
17     <OptionCompare>Binary</OptionCompare>
18     <OptionStrict>Off</OptionStrict>
19     <OptionInfer>On</OptionInfer>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <DefineDebug>true</DefineDebug>
25     <DefineTrace>true</DefineTrace>
26     <OutputPath>..\Debug\</OutputPath>
27     <DocumentationFile>VBWin7TaskbarOverlayIcons.xml</DocumentationFile>
28     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31     <DebugType>pdbonly</DebugType>
32     <DefineDebug>false</DefineDebug>
33     <DefineTrace>true</DefineTrace>
34     <Optimize>true</Optimize>
35     <OutputPath>..\Release\</OutputPath>
36     <DocumentationFile>VBWin7TaskbarOverlayIcons.xml</DocumentationFile>
37     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="Microsoft.WindowsAPICodePack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
41       <SpecificVersion>False</SpecificVersion>
42       <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.dll</HintPath>
43     </Reference>
44     <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
45       <SpecificVersion>False</SpecificVersion>
46       <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
47     </Reference>
48     <Reference Include="System" />
49     <Reference Include="System.Data" />
50     <Reference Include="System.Deployment" />
51     <Reference Include="System.Drawing" />
52     <Reference Include="System.Windows.Forms" />
53     <Reference Include="System.Xml" />
54     <Reference Include="System.Core">
55       <RequiredTargetFramework>3.5</RequiredTargetFramework>
56     </Reference>
57     <Reference Include="System.Xml.Linq">
58       <RequiredTargetFramework>3.5</RequiredTargetFramework>
59     </Reference>
60     <Reference Include="System.Data.DataSetExtensions">
61       <RequiredTargetFramework>3.5</RequiredTargetFramework>
62     </Reference>
63   </ItemGroup>
64   <ItemGroup>
65     <Import Include="Microsoft.VisualBasic" />
66     <Import Include="System" />
67     <Import Include="System.Collections" />
68     <Import Include="System.Collections.Generic" />
69     <Import Include="System.Data" />
70     <Import Include="System.Drawing" />
71     <Import Include="System.Diagnostics" />
72     <Import Include="System.Windows.Forms" />
73     <Import Include="System.Linq" />
74     <Import Include="System.Xml.Linq" />
75   </ItemGroup>
76   <ItemGroup>
77     <Compile Include="MainForm.vb">
78       <SubType>Form</SubType>
79     </Compile>
80     <Compile Include="MainForm.Designer.vb">
81       <DependentUpon>MainForm.vb</DependentUpon>
82       <SubType>Form</SubType>
83     </Compile>
84     <Compile Include="My Project\AssemblyInfo.vb" />
85     <Compile Include="My Project\Application.Designer.vb">
86       <AutoGen>True</AutoGen>
87       <DependentUpon>Application.myapp</DependentUpon>
88     </Compile>
89     <Compile Include="My Project\Resources.Designer.vb">
90       <AutoGen>True</AutoGen>
91       <DesignTime>True</DesignTime>
92       <DependentUpon>Resources.resx</DependentUpon>
93     </Compile>
94     <Compile Include="My Project\Settings.Designer.vb">
95       <AutoGen>True</AutoGen>
96       <DependentUpon>Settings.settings</DependentUpon>
97       <DesignTimeSharedInput>True</DesignTimeSharedInput>
98     </Compile>
99   </ItemGroup>
100   <ItemGroup>
101     <EmbeddedResource Include="MainForm.resx">
102       <DependentUpon>MainForm.vb</DependentUpon>
103     </EmbeddedResource>
104     <EmbeddedResource Include="My Project\Resources.resx">
105       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
106       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
107       <CustomToolNamespace>My.Resources</CustomToolNamespace>
108       <SubType>Designer</SubType>
109     </EmbeddedResource>
110   </ItemGroup>
111   <ItemGroup>
112     <None Include="My Project\Application.myapp">
113       <Generator>MyApplicationCodeGenerator</Generator>
114       <LastGenOutput>Application.Designer.vb</LastGenOutput>
115     </None>
116     <None Include="My Project\Settings.settings">
117       <Generator>SettingsSingleFileGenerator</Generator>
118       <CustomToolNamespace>My</CustomToolNamespace>
119       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
120     </None>
121   </ItemGroup>
122   <ItemGroup>
123     <None Include="Available.ico" />
124   </ItemGroup>
125   <ItemGroup>
126     <None Include="Away.ico" />
127   </ItemGroup>
128   <ItemGroup>
129     <None Include="Offline.ico" />
130   </ItemGroup>
131   <ItemGroup>
132     <Content Include="ReadMe.txt" />
133   </ItemGroup>
134   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
135   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
136        Other similar extension points exist, see Microsoft.Common.targets.
137   <Target Name="BeforeBuild">
138   </Target>
139   <Target Name="AfterBuild">
140   </Target>
141   -->
142 </Project>